home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / bios.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-08-02  |  303 b   |  15 lines

  1. on enterFrame
  2.   global gTextSprite, gPicSprite, gNameSprite, gFactSprite
  3.   puppetSprite(gTextSprite, 1)
  4.   puppetSprite(gPicSprite, 1)
  5.   puppetSprite(gNameSprite, 1)
  6.   puppetSprite(gFactSprite, 1)
  7.   if soundBusy(2) = 0 then
  8.     sound playFile 2, "hail.wav"
  9.   end if
  10. end
  11.  
  12. on exitFrame
  13.   go(the frame)
  14. end
  15.